home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_96403.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  579 b   |  24 lines

  1. -- card: 96403 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 47
  9. ----- text -----
  10. 114
  11.  
  12. -- part contents for background part 10
  13. ----- text -----
  14.  
  15. increments its argument.  Alternatively, you could have evaluated
  16.  
  17.     (define inc 
  18.       (e::compile-form 
  19.         (lambda (x) (+ x 1)))).
  20.  
  21.     The compiler attempts to do something sensible with every <form>, but compilation has no effect on <form>s which do not evaluate to lambda expressions:  Thus for example
  22.  
  23.     (e::compile-form '(1 2 3)) => (1 2 3).
  24.